BindingX Property (ChartSeriesBase<T>)
In This Topic
Gets or sets the name of the property that contains X values for the series.
Syntax
'Declaration
Public Property BindingX As System.String
'Usage
Dim instance As ChartSeriesBase(Of T)
Dim value As System.String
instance.BindingX = value
value = instance.BindingX
public System.string BindingX {get; set;}
public read-write property BindingX: System.String;
public function get,set BindingX : System.String
public: __property System.string* get_BindingX();
public: __property void set_BindingX(
System.string* value
);
public:
property System.String^ BindingX {
System.String^ get();
void set ( System.String^ value);
}
See Also